Logging Interface
Utility class for LoggingInterface.
The application using the SDK must implement this interface and assign an instance of this implementation to log property in the Configuration through the application's startup flow.
For example:
LoggingInterface logger = new DefaultLogUtility();
Configuration.getInstance().setLogger(logger);
Since
2.0.0